X14DataValidation Class

Represents a data validation (x14:dataValidation element).

Definition

Namespace: Independentsoft.Office.Spreadsheet.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class X14DataValidation
Inheritance
Object    X14DataValidation

Constructors

X14DataValidation Initializes a new instance of the X14DataValidation class.

Properties

AllowBlank Gets or sets whether blank values are allowed.
Error Gets or sets the error message.
ErrorStyle Gets or sets the error style.
ErrorTitle Gets or sets the error dialog title.
Formula1 Gets or sets the first formula (x14:formula1/xm:f).
Formula2 Gets or sets the second formula (x14:formula2/xm:f).
ImeMode Gets or sets the IME mode.
Operator Gets or sets the comparison operator.
Prompt Gets or sets the prompt message.
PromptTitle Gets or sets the prompt title.
SequenceOfReferences Gets or sets the cell ranges the validation applies to (xm:sqref element).
ShowDropDown Gets or sets whether the in-cell dropdown is suppressed.
ShowErrorMessage Gets or sets whether the error message is shown.
ShowInputMessage Gets or sets whether the input message is shown.
Type Gets or sets the validation type.

Methods

Clone Creates a copy of the current object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also